projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f825285
)
(jit-lock-fontify-now): Fix copy/paste mess up in last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 17 Oct 2005 17:39:57 +0000
(17:39 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 17 Oct 2005 17:39:57 +0000
(17:39 +0000)
lisp/jit-lock.el
patch
|
blob
|
history
diff --git
a/lisp/jit-lock.el
b/lisp/jit-lock.el
index 0a36b719ba166626dfd52a80e40c882fe123977d..b76c675cba44047674783d0d99e561a422fb3d38 100644
(file)
--- a/
lisp/jit-lock.el
+++ b/
lisp/jit-lock.el
@@
-351,12
+351,9
@@
Defaults to the whole buffer. END can be out of bounds."
;; Make sure the contextual refontification doesn't re-refontify
;; what's already been refontified.
- (when jit-lock-context-unfontify-pos
- (if (and (< jit-lock-context-unfontify-pos next)
(when (and jit-lock-context-unfontify-pos
(< jit-lock-context-unfontify-pos next)
(>= jit-lock-context-unfontify-pos start))
- (setq jit-lock-context-unfontify-pos next)))
(setq jit-lock-context-unfontify-pos next))
;; Fontify the chunk, and mark it as fontified.